home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 27 / Mac Magazin and MacEasy Magazine CD - Issue 27.iso / Utilities / CPU-View 1.2 / TSM Fix 1.03 / README (Debug) next >
Text File  |  1995-06-28  |  955b  |  21 lines

  1. The enclosed INIT fixes the jGNEFilter "Missing Clicks" bug. I have tried it with
  2. several of my TSM floating windows implementations, an old version PopUpFuncs,
  3. and SuperClock -- with no problems. It also works with FKEY's that call WNE and
  4. other cases with multiple event loops in the same application.
  5.  
  6. Try it out for a couple of days with any software you commonly use
  7. that implements a jGNEFilter?
  8.  
  9. The DEBUG version has a DebugStr compiled in so that you know when it is
  10. about to fix a "Missed Click." You can verify by NOP-ing out the jGNEFilter
  11. jump code and letting it run -- you will start missing those clicks again.
  12.  
  13. Thanks alot,
  14. Matt Slot, fprefect@umich.edu
  15.  
  16.  
  17. BTW, it does head and tail patches GNE to see if an event was filtered,
  18. and if not it will jump thru the filters itself. It took me a few weeks
  19. to figure out the oddities of globally patching a trap that doesnt always
  20. return to the same application -- but I think it works well. :)
  21.